hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipAudioClip.loadFromMemory
hip
hipaudio
audioclip
HipAudioClip
Should implement the specific loading here
class
HipAudioClip
bool
loadFromMemory
(
in
ubyte
[]
data
,
HipAudioEncoding
encoding
,
HipAudioType
type
,
void
delegate
(
in
ubyte
[]
)
onSuccess
,
void
delegate
(
)
onFailure
)
Meta
Source
See Implementation
hip
hipaudio
audioclip
HipAudioClip
constructors
this
functions
_getBufferAPI
createBuffer
destroyBuffer
findBuffer
getAudioClipBackend
getBuffer
getClipData
getClipSize
getDecodedDuration
getDuration
getHint
getSampleRate
loadFromMemory
loadStreamed
onUpdateStream
pollFreeBuffer
setBufferAvailable
setBufferData
unload
updateStream
variables
chunkSize
dataToDecode
decoder
encoding
fileName
hint
isStreamed
outBuffer
totalDecoded
type
Should implement the specific loading here